AxisLine Property (ChartAxis<T>)
In This Topic
Gets or sets a value indicating whether the axis line is visible.
Syntax
'Declaration
Public Property AxisLine As System.Boolean
'Usage
Dim instance As ChartAxis(Of T)
Dim value As System.Boolean
instance.AxisLine = value
value = instance.AxisLine
public System.bool AxisLine {get; set;}
public read-write property AxisLine: System.Boolean;
public function get,set AxisLine : System.boolean
public: __property System.bool get_AxisLine();
public: __property void set_AxisLine(
System.bool value
);
public:
property System.bool AxisLine {
System.bool get();
void set ( System.bool value);
}
See Also